.contentHeader{
	
}
.contentHeader .description{
	display: none;
}

#content h1 {
	position: relative;
	border-bottom: 4px solid #bdd53d;
	font-size:160%;
	padding-bottom:10px;
	padding-left:8px;
	margin-top:8px;
	margin-bottom:15px;
	letter-spacing: 0.1em;
	line-height: 35px;
}


#content h1::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #18a000;
}


.contentBody h2 {
	font-size:140%;
	padding:8px 5px 8px 25px;
	margin-top:8px;
	margin-bottom:15px;
	background-image: url("../images/bg-h2.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #18a100;
	border-bottom: 1px solid #18a100;
}

.contentBody h3 {
	font-size: 125%;
	background-image: url("../images/bg-h3.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: .5em .75em;
	border-bottom: 1px solid #eaf1c0;
	margin:6px 0;
}

.contentBody h4 {
	padding: 0 .75em;
	font-size: 110%;
	margin:6px 0;
	color: #18a100;
}



.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
}
.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}
.contentBody ul {
  list-style: disc;
  padding-left: 2em;
}
.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
}
.contentBody table {
  max-width: 100%;
	margin:0px 0px 50px 0px;
}
.contentBody table th,
.contentBody table td {
  vertical-align: center;
  font-size: 100%;
}
.contentBody table[border] {
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 3px 5px;
  border: 1px solid #ccc;
}
.contentBody table[border] th {
    font-weight: bold;
    background-color: #efefef;
    text-align: center;
}


/* Color Definition
================================================== */

.red{
  color: red;
}


/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {

#content h1 {
	font-size:140%;

}

.contentBody h2 {
	font-size:130%;
}

.contentBody h3 {
	font-size:115%;
}

.contentBody h4 {
	font-size:100%;
}




}
.style1{
	font-size: 150%;
font-weight: bold;
}